1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmADDSUPPLIER_ITEM
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.Label1 = New System.Windows.Forms.Label
26         Me.Label2 = New System.Windows.Forms.Label
27         Me.Label3 = New System.Windows.Forms.Label
28         Me.txtid = New System.Windows.Forms.TextBox
29         Me.txtname = New System.Windows.Forms.TextBox
30         Me.txtprice = New System.Windows.Forms.TextBox
31         Me.cmdsave = New System.Windows.Forms.Button
32         Me.cmdcancel = New System.Windows.Forms.Button
33         Me.Label4 = New System.Windows.Forms.Label
34         Me.txtcategory = New System.Windows.Forms.TextBox
35         Me.SuspendLayout()
36         
'
37         
'Label1
38         
'
39         Me.Label1.AutoSize = True
40         Me.Label1.Location = New System.Drawing.Point(
27, 35)
41         Me.Label1.Name =
"Label1"
42         Me.Label1.Size = New System.Drawing.Size(
50, 13)
43         Me.Label1.TabIndex =
5
44         Me.Label1.Text =
"Item ID :"
45         
'
46         
'Label2
47         
'
48         Me.Label2.AutoSize = True
49         Me.Label2.Location = New System.Drawing.Point(
12, 59)
50         Me.Label2.Name =
"Label2"
51         Me.Label2.Size = New System.Drawing.Size(
66, 13)
52         Me.Label2.TabIndex =
6
53         Me.Label2.Text =
"Item Name :"
54         
'
55         
'Label3
56         
'
57         Me.Label3.AutoSize = True
58         Me.Label3.Location = New System.Drawing.Point(
15, 100)
59         Me.Label3.Name =
"Label3"
60         Me.Label3.Size = New System.Drawing.Size(
62, 13)
61         Me.Label3.TabIndex =
7
62         Me.Label3.Text =
"Item Price :"
63         
'
64         
'txtid
65         
'
66         Me.txtid.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
67         Me.txtid.Location = New System.Drawing.Point(
74, 32)
68         Me.txtid.Name =
"txtid"
69         Me.txtid.ReadOnly = True
70         Me.txtid.Size = New System.Drawing.Size(
63, 21)
71         Me.txtid.TabIndex =
8
72         
'
73         
'txtname
74         
'
75         Me.txtname.BackColor = System.Drawing.Color.White
76         Me.txtname.Location = New System.Drawing.Point(
75, 54)
77         Me.txtname.MaxLength =
50
78         Me.txtname.Multiline = True
79         Me.txtname.Name =
"txtname"
80         Me.txtname.ReadOnly = True
81         Me.txtname.Size = New System.Drawing.Size(
171, 43)
82         Me.txtname.TabIndex =
9
83         
'
84         
'txtprice
85         
'
86         Me.txtprice.Location = New System.Drawing.Point(
75, 98)
87         Me.txtprice.Name =
"txtprice"
88         Me.txtprice.Size = New System.Drawing.Size(
99, 21)
89         Me.txtprice.TabIndex =
0
90         
'
91         
'cmdsave
92         
'
93         Me.cmdsave.Location = New System.Drawing.Point(
3, 125)
94         Me.cmdsave.Name =
"cmdsave"
95         Me.cmdsave.Size = New System.Drawing.Size(
66, 23)
96         Me.cmdsave.TabIndex =
1
97         Me.cmdsave.Text =
"&Save"
98         Me.cmdsave.UseVisualStyleBackColor = True
99         
'
100         
'cmdcancel
101         
'
102         Me.cmdcancel.Location = New System.Drawing.Point(
75, 125)
103         Me.cmdcancel.Name =
"cmdcancel"
104         Me.cmdcancel.Size = New System.Drawing.Size(
66, 23)
105         Me.cmdcancel.TabIndex =
2
106         Me.cmdcancel.Text =
"&Cancel"
107         Me.cmdcancel.UseVisualStyleBackColor = True
108         
'
109         
'Label4
110         
'
111         Me.Label4.AutoSize = True
112         Me.Label4.Location = New System.Drawing.Point(
5, 12)
113         Me.Label4.Name =
"Label4"
114         Me.Label4.Size = New System.Drawing.Size(
73, 13)
115         Me.Label4.TabIndex =
10
116         Me.Label4.Text =
"Category ID :"
117         
'
118         
'txtcategory
119         
'
120         Me.txtcategory.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
121         Me.txtcategory.Location = New System.Drawing.Point(
74, 9)
122         Me.txtcategory.Name =
"txtcategory"
123         Me.txtcategory.ReadOnly = True
124         Me.txtcategory.Size = New System.Drawing.Size(
60, 21)
125         Me.txtcategory.TabIndex =
11
126         
'
127         
'FrmADDSUPPLIER_ITEM
128         
'
129         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
130         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
131         Me.BackColor = System.Drawing.Color.WhiteSmoke
132         Me.ClientSize = New System.Drawing.Size(
284, 160)
133         Me.Controls.Add(Me.txtcategory)
134         Me.Controls.Add(Me.Label4)
135         Me.Controls.Add(Me.cmdcancel)
136         Me.Controls.Add(Me.cmdsave)
137         Me.Controls.Add(Me.txtprice)
138         Me.Controls.Add(Me.txtname)
139         Me.Controls.Add(Me.txtid)
140         Me.Controls.Add(Me.Label3)
141         Me.Controls.Add(Me.Label2)
142         Me.Controls.Add(Me.Label1)
143         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
144         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
145         Me.Name =
"FrmADDSUPPLIER_ITEM"
146         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
147         Me.Text =
"Supplier Item"
148         Me.ResumeLayout(False)
149         Me.PerformLayout()
150
151     End Sub
152     Friend WithEvents Label1 As System.Windows.Forms.Label
153     Friend WithEvents Label2 As System.Windows.Forms.Label
154     Friend WithEvents Label3 As System.Windows.Forms.Label
155     Friend WithEvents txtid As System.Windows.Forms.TextBox
156     Friend WithEvents txtname As System.Windows.Forms.TextBox
157     Friend WithEvents txtprice As System.Windows.Forms.TextBox
158     Friend WithEvents cmdsave As System.Windows.Forms.Button
159     Friend WithEvents cmdcancel As System.Windows.Forms.Button
160     Friend WithEvents Label4 As System.Windows.Forms.Label
161     Friend WithEvents txtcategory As System.Windows.Forms.TextBox
162 End Class


Gõ tìm kiếm nhanh...